home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 192
- Top = 107
- Width = 366
- Height = 375
- Caption = 'Form1'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 34
- Height = 13
- Caption = 'Server:'
- end
- object Label2: TLabel
- Left = 16
- Top = 52
- Width = 57
- Height = 13
- Caption = 'Newsgroup:'
- end
- object Label3: TLabel
- Left = 16
- Top = 88
- Width = 67
- Height = 13
- Caption = 'Search String:'
- end
- object ServerEdit: TEdit
- Left = 104
- Top = 12
- Width = 242
- Height = 21
- TabOrder = 0
- end
- object NewsgroupEdit: TEdit
- Left = 104
- Top = 48
- Width = 242
- Height = 21
- TabOrder = 1
- end
- object SearchEdit: TEdit
- Left = 104
- Top = 84
- Width = 242
- Height = 21
- TabOrder = 2
- end
- object SearchButton: TButton
- Left = 141
- Top = 120
- Width = 75
- Height = 25
- Caption = 'Search'
- TabOrder = 3
- OnClick = SearchButtonClick
- end
- object BodyMemo: TMemo
- Left = 16
- Top = 160
- Width = 329
- Height = 177
- TabOrder = 4
- end
- object msNNTPClient1: TmsNNTPClient
- Version = '2.0'
- Port = 119
- Article = msArticle1
- Authorization = False
- Left = 264
- Top = 120
- end
- object msArticle1: TmsArticle
- ContentType = 'text/plain'
- Version = '2.0'
- Left = 304
- Top = 120
- end
- end
-